x86/asm: add .file directives
authorJan Beulich <jbeulich@suse.com>
Thu, 17 Aug 2017 12:45:14 +0000 (14:45 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 17 Aug 2017 12:45:14 +0000 (14:45 +0200)
commitc39cf093fc7de5eb3c8bc2bee0cd3078d4049947
tree316b2e4140e689c6693172022c510b5527103392
parentd3c47a1839c0b21e6b9fffc8fa0f27ce4bbde751
x86/asm: add .file directives

Make sure local symbols are correctly associated with their source
files: I've just run across a cpufreq.c#create_bounce_frame stack trace
entry. Since we have multiple entry.S, don't use __FILE__ there to
fully disambiguate things.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/acpi/wakeup_prot.S
xen/arch/x86/clear_page.S
xen/arch/x86/copy_page.S
xen/arch/x86/hvm/svm/entry.S
xen/arch/x86/hvm/vmx/entry.S
xen/arch/x86/pv/gpr_switch.S
xen/arch/x86/x86_64/compat/entry.S
xen/arch/x86/x86_64/entry.S
xen/arch/x86/x86_64/kexec_reloc.S